home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / varia / ege_book.txt < prev    next >
Text File  |  1993-07-24  |  1KB  |  29 lines

  1. This directory contains the C++ code examples from the book
  2.  
  3. Programming in an Object-Oriented Environment,
  4. by Raimund K. Ege
  5.  
  6. Academic Press, Inc., San Diego, CA, 1992, hardcover,
  7. ISBN 0-12-232930-9
  8. (also: Academic Press Limited, London, United Kingdom)
  9.  
  10. To order call 1-800-321-5068.
  11.  
  12. It presents a complete and thorough introduction to all object-oriented
  13. concepts, and uses the newest version of C++. It contains a large
  14. example/case study, and a comparison of major OO programming languages. 
  15.  
  16. In addition, the book extends the object-oriented view
  17. to all elements of the programming environment: data structures
  18. and algorithms, programming tools, user interfaces, data bases and
  19. software design. 
  20.  
  21. All concepts are illustrated with hands-on programming examples in C++.
  22.  
  23. The C++ code examples are provided here in subdirectories named
  24. according to the book chapters in which the code appears.
  25.  
  26. To install and test the programs edit the config.h file in this
  27. directory and select which C++ compiler you want to use. Then
  28. use "make" to compile all of it.
  29.